Skip to content

Conversation

olirice
Copy link
Contributor

@olirice olirice commented Dec 19, 2024

Ensure that any pgmq sequences owned by supabase_admin are transferred to postgres

Tables are being correctly associated with postgres on restore but any sequence created before-pause are currently shifting ownership to supabase_admin

The permissions change is narrowly scoped to:

  • sequences
  • in the pgmq schema
  • currently owned by supabase_admin

@olirice olirice requested a review from a team as a code owner December 19, 2024 15:52
@olirice
Copy link
Contributor Author

olirice commented Dec 19, 2024

Realized why this is happening to sequences. going to solve it in the on-pause hook instead

@olirice olirice closed this Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants